/*===common css====================*/
/*公共样式*/

body,img{
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
}

a:active,
a:hover,
a:focus,
a:visited {
    color: #333;
    text-decoration: none;
}

ul ,p,li{
    list-style: none;
    border: none;
    margin: 0px;
}
i, b, tt ins {
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}

/*使用字体图标的步骤*/
/*定义字体*/

.friendlinks {background-color:#f8f8f8; padding:20px 0;}
.friendlinks h3 {border-bottom:1px solid #eee; font-weight:normal; font-size:0.875em; color:#444; padding-bottom:4px;}
.friendlinks h3 span {border-bottom:1px solid #f60; padding-bottom:5px;}
.friendlinks ul {overflow:hidden; padding:5px 0;}
.friendlinks ul li {float:left; font-size:0.75em; padding:5px 10px 5px 0;}
.friendlinks ul li a {color:#777;}
/*定义自己的图标*/